home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Add-Ons / MPW / MPW dmake 4.0 / dbug / malloc / tostring.h < prev   
Encoding:
C/C++ Source or Header  |  1995-06-01  |  776 b   |  32 lines  |  [TEXT/KAHL]

  1. /*
  2.  * (c) Copyright 1990 Conor P. Cahill (uunet!virtech!cpcahil).  
  3.  * You may copy, distribute, and use this software as long as this
  4.  * copyright statement is not removed.
  5.  */
  6. /*
  7.  * $Id: tostring.h,v 1.1 1994/10/06 17:43:20 dvadura Exp $
  8.  */
  9. #define B_BIN     2
  10. #define B_DEC    10
  11. #define B_HEX    16
  12. #define B_OCTAL     8
  13.  
  14. /* 
  15.  * $Log: tostring.h,v $
  16.  * Revision 1.1  1994/10/06  17:43:20  dvadura
  17.  * dmake Release Version 4.0, Initial revision
  18.  *
  19.  * Revision 1.1  1994/10/06  03:45:30  dvadura
  20.  * dmake Release Version 4.0, Initial revision
  21.  *
  22.  * Revision 1.1  1992/01/24  03:29:17  dvadura
  23.  * dmake Version 3.8, Initial revision
  24.  *
  25.  * Revision 1.2  90/05/11  00:13:11  cpcahil
  26.  * added copyright statment
  27.  * 
  28.  * Revision 1.1  90/02/23  07:09:05  cpcahil
  29.  * Initial revision
  30.  * 
  31.  */
  32.